﻿2026-07-27T13:54:38.0117614Z ##[group]Run actions/checkout@v5
2026-07-27T13:54:38.0118352Z with:
2026-07-27T13:54:38.0118725Z   repository: BigscreenVR/spt-bs-core
2026-07-27T13:54:38.0121851Z   token: ***
2026-07-27T13:54:38.0122208Z   ssh-strict: true
2026-07-27T13:54:38.0122569Z   ssh-user: git
2026-07-27T13:54:38.0122937Z   persist-credentials: true
2026-07-27T13:54:38.0123339Z   clean: true
2026-07-27T13:54:38.0123706Z   sparse-checkout-cone-mode: true
2026-07-27T13:54:38.0124133Z   fetch-depth: 1
2026-07-27T13:54:38.0124552Z   fetch-tags: false
2026-07-27T13:54:38.0125101Z   show-progress: true
2026-07-27T13:54:38.0125492Z   lfs: false
2026-07-27T13:54:38.0125835Z   submodules: false
2026-07-27T13:54:38.0126187Z   set-safe-directory: true
2026-07-27T13:54:38.0126595Z   allow-unsafe-pr-checkout: false
2026-07-27T13:54:38.0127009Z env:
2026-07-27T13:54:38.0127357Z   SPT_ATTACH_GATE_WATCHDOG_MS: 120000
2026-07-27T13:54:38.0127816Z   SPT_ATTACH_IPC_DEADLINE_MS: 30000
2026-07-27T13:54:38.0128230Z ##[endgroup]
2026-07-27T13:54:38.0943073Z Syncing repository: BigscreenVR/spt-bs-core
2026-07-27T13:54:38.0944594Z ##[group]Getting Git version info
2026-07-27T13:54:38.0945297Z Working directory is '/home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core'
2026-07-27T13:54:38.0946155Z [command]/usr/bin/git version
2026-07-27T13:54:38.0946575Z git version 2.43.0
2026-07-27T13:54:38.0962171Z ##[endgroup]
2026-07-27T13:54:38.0973427Z Temporarily overriding HOME='/home/reavus/actions-runner/_work/_temp/12a93f1e-8629-448c-8587-38af2f701cdf' before making global git config changes
2026-07-27T13:54:38.0974583Z Adding repository directory to the temporary git global config as a safe directory
2026-07-27T13:54:38.0976360Z [command]/usr/bin/git config --global --add safe.directory /home/reavus/actions-runner/_work/spt-bs-core/spt-bs-core
2026-07-27T13:54:38.1008348Z [command]/usr/bin/git config --local --get remote.origin.url
2026-07-27T13:54:38.1028079Z https://github.com/BigscreenVR/spt-bs-core
2026-07-27T13:54:38.1052248Z ##[group]Removing previously created refs, to avoid conflicts
2026-07-27T13:54:38.1053191Z [command]/usr/bin/git rev-parse --symbolic-full-name --verify --quiet HEAD
2026-07-27T13:54:38.1064830Z refs/heads/main
2026-07-27T13:54:38.1071326Z [command]/usr/bin/git checkout --detach
2026-07-27T13:54:38.1268115Z HEAD is now at d7e7b735 Merge pull request #102 from BigscreenVR/ci/free-space-preflight
2026-07-27T13:54:38.1305177Z [command]/usr/bin/git branch --delete --force main
2026-07-27T13:54:38.1335135Z Deleted branch main (was d7e7b735).
2026-07-27T13:54:38.1339535Z ##[endgroup]
2026-07-27T13:54:38.1341969Z [command]/usr/bin/git submodule status
2026-07-27T13:54:38.1530613Z ##[group]Cleaning the repository
2026-07-27T13:54:38.1531399Z [command]/usr/bin/git clean -ffdx
2026-07-27T13:54:42.1262797Z Removing .adapter-notify/
2026-07-27T13:54:42.1263462Z Removing target/
2026-07-27T13:54:42.1273089Z [command]/usr/bin/git reset --hard HEAD
2026-07-27T13:54:42.1393968Z HEAD is now at d7e7b735 Merge pull request #102 from BigscreenVR/ci/free-space-preflight
2026-07-27T13:54:42.1399792Z ##[endgroup]
2026-07-27T13:54:42.1404284Z ##[group]Disabling automatic garbage collection
2026-07-27T13:54:42.1404828Z [command]/usr/bin/git config --local gc.auto 0
2026-07-27T13:54:42.1430500Z ##[endgroup]
2026-07-27T13:54:42.1431063Z ##[group]Setting up auth
2026-07-27T13:54:42.1435665Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
2026-07-27T13:54:42.1462415Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :"
2026-07-27T13:54:42.1655883Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader
2026-07-27T13:54:42.1687258Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :"
2026-07-27T13:54:42.1869846Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
2026-07-27T13:54:42.1897183Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
2026-07-27T13:54:42.2088511Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic ***
2026-07-27T13:54:42.2126641Z ##[endgroup]
2026-07-27T13:54:42.2127126Z ##[group]Fetching the repository
2026-07-27T13:54:42.2134225Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +ef8ac59c2a86c33237b5a70929004366f5d15664:refs/remotes/pull/108/merge
2026-07-27T13:54:42.7403062Z ##[endgroup]
2026-07-27T13:54:42.7403592Z ##[group]Determining the checkout info
2026-07-27T13:54:42.7404694Z ##[endgroup]
2026-07-27T13:54:42.7408553Z [command]/usr/bin/git sparse-checkout disable
2026-07-27T13:54:42.7449421Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
2026-07-27T13:54:42.7473922Z ##[group]Checking out the ref
2026-07-27T13:54:42.7476515Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/108/merge
2026-07-27T13:54:42.7634141Z Previous HEAD position was d7e7b735 Merge pull request #102 from BigscreenVR/ci/free-space-preflight
2026-07-27T13:54:42.7636142Z HEAD is now at ef8ac59c Merge b0cfd59814b651833904fc0c63661fc08a27ec51 into d7e7b735f8ccf3bbb55f5faec9c174d61ced5b67
2026-07-27T13:54:42.7644312Z ##[endgroup]
2026-07-27T13:54:42.7682135Z [command]/usr/bin/git log -1 --format=%H
2026-07-27T13:54:42.7704260Z ef8ac59c2a86c33237b5a70929004366f5d15664
